home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000048_fdc@columbia.edu_Tue Dec 9 11:39:31 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Command line switches
  5. Date: 8 Dec 2003 23:37:36 GMT
  6. Organization: Columbia University
  7. Lines: 32
  8. Message-ID: <slrnbta2q0.2a2.fdc@sesame.cc.columbia.edu>
  9. References: <pqp8tv06mim45q30h48du92s90oklut9sl@4ax.com> <slrnbt91s0.o2u.fdc@sesame.cc.columbia.edu> <820atvkrg5tk7hkv0bn4r840kv6ab17r61@4ax.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1070926656 11103 128.59.59.56 (8 Dec 2003 23:37:36 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 8 Dec 2003 23:37:36 GMT
  15. User-Agent: slrn/0.9.7.4 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14724
  17.  
  18. In article <820atvkrg5tk7hkv0bn4r840kv6ab17r61@4ax.com>,
  19. Chris@bundy.co.uk wrote:
  20. : On 8 Dec 2003 14:15:28 GMT, Frank da Cruz
  21. :<fdc@columbia.edu> wrote:
  22. : ive tried your script but I get a syntax error end
  23. : of file unexpected expecting "then".
  24. Did you follow the instructions?  You have to put the
  25. "kerbang" line on top so the shell can start your
  26. Kermit executable to execute the script.  It sounds to
  27. me like the shell is trying to execute the script
  28. itself.
  29.  
  30. : If I can explain a little more, Im actual trying
  31. : to capture the data received at  the port to a
  32. : file. I don't actually need to interact. if i want
  33. : to see current activity I tail the log file. The
  34. : data is generated by a call logger which I feed
  35. : into the data port of my freebsd file server.
  36. The script I gave you should work for that.  If you
  37. don't need see the stuff in real time, replace
  38. CONNECT with INPUT -1 STRING_THAT_WILL_NEVER_COME.
  39.  
  40. Again, see:
  41.  
  42.   http://www.columbia.edu/kermit/ckscripts.html
  43.  
  44. about "kerbang" scripts.
  45.  
  46. - Frank
  47.